home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / gui / prcgntn1.lha / Precognition / source / HScrollerClass.h < prev    next >
C/C++ Source or Header  |  1992-12-23  |  387b  |  18 lines

  1. /* ==========================================================================
  2. **
  3. **                         HScrollerClass.h
  4. **
  5. ** ⌐1991 WILLISoft
  6. **
  7. ** ==========================================================================
  8. */
  9.  
  10. #ifndef HSCROLLERCLASS_H
  11. #define HSCROLLERCLASS_H
  12.  
  13. #include "HScroller.h"
  14. #include "SliderClass.h"
  15.  
  16. struct PositionerClass *HScrollerClass( void );
  17.  
  18. #endif